projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d7b4a
)
Broadway: Send configure notify on move/resize too
author
Alexander Larsson
<alexl@redhat.com>
Thu, 28 Mar 2019 09:13:16 +0000
(10:13 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Fri, 29 Mar 2019 13:30:13 +0000
(14:30 +0100)
gdk/broadway/broadway.js
patch
|
blob
|
history
diff --git
a/gdk/broadway/broadway.js
b/gdk/broadway/broadway.js
index ae3d912ea65b0141f1015f4d21a8bc5f3e31eba1..96ed67ce4f9178fda5544de0a500dc6a21d20c77 100644
(file)
--- a/
gdk/broadway/broadway.js
+++ b/
gdk/broadway/broadway.js
@@
-976,6
+976,7
@@
function handleCommands(cmd, display_commands, new_textures, modified_trees)
display_commands.push([DISPLAY_OP_RESIZE_NODE, surface.div, surface.width, surface.height]);
}
+ sendConfigureNotify(surface);
break;
case BROADWAY_OP_RAISE_SURFACE: